Group-ClientRequests
SYNOPSIS​
Groups the input into array of a given maximum size. It will pass the piped input as array rather than individual items
SYNTAX​
Group-ClientRequests
[-InputObject] <Object[]>
[-Size <Int32>]
[-AsPSObject]
[<CommonParameters>]
DESCRIPTION​
Groups the input into array of a given maximum size. It will pass the piped input as array rather than individual items
EXAMPLES​
EXAMPLE 1​
Group-ClientRequests
Group-ClientRequests is only meant to be used internally by PSc8y
PARAMETERS​
-InputObject​
Input objects to be piped to native c8y binary
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Size​
Size
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 2000
Accept pipeline input: False
Accept wildcard characters: False
-AsPSObject​
AsPSObject
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters​
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.